home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 014 / lue2.lqr / LUE2.DOC < prev   
Encoding:
Text File  |  1985-06-05  |  3.5 KB  |  96 lines

  1.  
  2. LUE Command
  3. -----------
  4.  
  5. Purpose:   Extract one or more files (members) from an LU or LAR type library.
  6.  
  7. Format:    LUE  [d:][path]filename[.LBR] [mbrnames[.ext]]
  8.  
  9. Remarks:   The library name must be supplied. It may contain a drive
  10.            and/or path names, and may contain wildcards. Only the first
  11.            matching library file is processed. If the extension is
  12.            omitted, then an extension of .LBR is assumed.
  13.  
  14.            If the member name is omitted, all files are extracted. There
  15.            may be as many member file names specified as will fit on a
  16. |          128-byte command line. Member filenames may contain wildcard
  17. |          characters (* and ?).
  18.  
  19. |          Files with an extension that has a middle letter Q are
  20. |          considered "squeezed" files and they are expanded. Some
  21. |          squeeze programs create files which are not in the SQ
  22. |          format. These files are extracted without expansion.
  23.  
  24.            The output file names are taken from the member names and
  25.            the extracted files are placed on the current drive and in
  26.            the current directory.
  27.  
  28.            The date and time of the output file(s) are set to the same
  29.            date and time as the input library file, unless the dates are
  30. |          stored in the LBR directory. If the file was originally
  31. |          sQueezed by SQPC or NSQ, the date is contained in the file
  32. |          and is not taken from the directory.
  33.  
  34.            Directory entry format:
  35.                 0 - status flag
  36.                 1 - filename in FCB format
  37.                12 - offset to data
  38.                14 - length of data, 128-byte sectors
  39.  
  40.              LUPC extension:
  41.  
  42.                16 - creation date, MM-DD-YY
  43.                24 - creation time, HH:MM:SS
  44.  
  45.              LU86 extension:
  46.                16 - see source for field definitions
  47.  
  48. Examples:
  49.            - Extract all members from file TEST.LBR
  50.  
  51.                 LUE B:TEST.LBR
  52.  
  53.            - Extract all COM files from file PGM.LBR
  54.  
  55.                 LUE PGM.LBR *.COM
  56.  
  57.            - Extract member PROG.BAK from file SOURCE.LBR
  58.  
  59.                 LUE C:\STUFF\SOURCE.LBR PROG.BAK
  60.  
  61.            - Extract all COM files from file TEST.LBR
  62.  
  63.                 LUE B:\BACKUP.DSK\TEST *.COM
  64.  
  65. Notes:     Written for the IBM PC using DOS 2.0 or later,
  66.            Copyright 1985 by Vernon D. Buerg.
  67.              456 Lakeshire Drive
  68.              Daly City, CA 94015
  69.              RBBS: (415) 994-2944, 2am to 10am PDT daily.
  70.  
  71.            For public domain use. Not for sale or hire.
  72.  
  73.            LUE duplicates the A and E function of LU. The advantages
  74.            of LUE are:
  75.  
  76.            - smaller, so a copy can be kept on the "system" disk
  77.            - faster, mucho
  78.            - handles paths and wildcards.
  79.            - retains input file or member date/time
  80. |          - expands sQueezed files
  81.  
  82.            Version 1.6, June 26, 1984
  83.            Version 1.7, August 8, 1984.
  84.                 Corrects problem extracting large files.
  85.                 Checks for new CRC codes in directory.
  86.            Version 1.8, September 25, 1984
  87.                 Extracts members from LU86 format libraries.
  88.            Version 1.9, February 8, 1985
  89.                 Assumes a library file extension of LBR.
  90.                 Allows wildcards in the library file name.
  91.                 Allows multiple member files to be selected.
  92.            Version 1.93, March 24, 1985
  93.                 Adds message when out of disk space.
  94. 
  95. ember files to be selected.
  96.